// -ENEMY------------------------------------------------------ \\
// Purple Defender
// ------------------------------------------------------------ \\
//
// Creator: Alan Carr
//
// Last modified: 03/12/08
//
// Description: 
//   This bug's job is to "defend" the middle area of the
//   screen to protect against players who like to fire into
//   the heart of the formation.  This ship usually lives
//   near the top of a formation, and will make a short dive
//   down below the formation, "dropping" shots down towards the
//   middle of the screen, and the swooping down through the red
//   zone in another area of the screen.  Typically, this bug
//   will attempt to swoop down with one or two other ships of
//   the same type.  This ship will often perform an attack while
//   entering the screen, to help defend the already-formed
//   formation and the incoming ships.
//
// Difficulty: 6
//
// ------------------------------------------------------------ \\

EnemyType enemyBat


SwoopPath purpleDefender1 purpleDefender2

ContinuousSwoopPath defenderLoop



Size 6

Color 0.9 0.2 0.9 1



HitPoints 1



// Bullet Options:

BulletSpeed 65

BulletSize 2.45

BulletType purple
BulletGlowColor 1.0 0.2 1.0 1.0


AbortPathAtScreenBottom false

CanSwoop true

MustKillToAdvance true

DoesRotate true

IsVulnerable true



// Score Options:

EntryScore 100

BaseScore 75

SwoopingScore 150

isvulnerable false